home *** CD-ROM | disk | FTP | other *** search
/ 3,500 Clip Art 6 / 3500 Clip Art 6.iso / gwswn11c / setup.scr < prev   
Text File  |  1993-03-20  |  2KB  |  50 lines

  1. ;
  2. ;Graphic Workshop for Windows install script
  3. ;arguments:  %1 = destination path
  4. ;            %2 = windows directory
  5. ;
  6. copy gws.ex_ %1\gws.exe
  7. onerror say Error copying GWS.EXE
  8. ;
  9. copy gws.wri %1\gws.wri
  10. onerror say Error copying GWS.WRI
  11. copy gws.hlp %1\gws.hlp
  12. onerror say Error copying GWS.HLP
  13. copy example1.img %1\example1.img
  14. onerror say Error copying EXAMPLE1.IMG
  15. copy example1.thn %1\example1.thn
  16. onerror say Error copying EXAMPLE1.THN
  17. copy example2.gif %1\example2.gif
  18. onerror say Error copying EXAMPLE2.GIF
  19. copy example2.thn %1\example2.thn
  20. onerror say Error copying EXAMPLE2.THN
  21. copy example3.gif %1\example3.gif
  22. onerror say Error copying EXAMPLE3.GIF
  23. copy example3.thn %1\example3.thn
  24. onerror say Error copying EXAMPLE3.THN
  25. copy readme.txt %1\readme.txt
  26. onerror say Error copying README.TXT
  27. copy order.frm %1\order.frm
  28. onerror say Error copying ORDER.FRM
  29. copy order.wri %1\order.wri
  30. onerror say Error copying ORDER.WRI
  31. copy bwcc.dll %1\bwcc.dll
  32. onerror say Error copying BWCC.DLL to %1. Graphic Workshop may not run without this file.
  33. copy pcdlib.dll %1\pcdlib.dll
  34. onerror say Error copying PCDLIB.DLL to %1. Graphic Workshop may not run without this file.
  35. ;
  36. ; Use only if there's a README.TXT file
  37. ;
  38. copy readme.txt %1\readme.txt
  39. onerror say Error copying README.TXT
  40. ;
  41. ;registered versions only
  42. ;
  43. ;copy camera.exe %1\camera.exe
  44. ;onerror say Error copying CAMERA.EXE
  45. ;copy camera.wri %1\camera.wri
  46. ;onerror say Error copying CAMERA.WRI
  47. ;
  48. ; Now go make the group
  49. ;
  50.